“1800 OOTD Blogger Template” Documentation by “VeeThemes”


1800


Created: 6/12/2014
By: VeeThemes
veethemes@gmail.com

Thanks for Downloading this theme from us. We have tried to explain all the things in easy way which will help you in easy installation of this theme. Still if the things won't help you feel free to e-mail us via our contact page. Thanks Again :-)


If you have any queries template then please visit VeeThemes.com

Note : Premium and lifetime support only delivered to Full version buyers.

But this is only free version (Free Template Will Contain Non Removable Credits and limited features).

It is forbidden to remove the credit link, because elimination of the credit links will make your blog redirect to VeeThemes Official site.

For those who want to remove credit links can pay $ 10.00.


What You get On buying this Theme?

1.Remove Footer credits

2.One time payment

3.For Unlimited Domains

4.Lifetime Premium Support

5.No Encrypted Scripts

6.Lifetime Template Updates

7.And Much More....

Buy now from VeeThemes.com


Table of Contents

  1. Installation
  2. Setting timestamp
  3. Upload Logo
  4. Enable Mobile Template
  5. Enable Full Feed
  6. Enable Search Preference
  7. Setting up the menu
  8. Sidebar Social menu
  9. Editing Author Profile Below Posts
  10. Custopmizing Footer Menu
  11. Sidebar Social Media Links
  12. Footer Newsletter

  1. Installation - top
  2. Now you have Staar Blogger Template. You Can Follow This Steps To Upload Your Blogger Template To Blogger Platform. First Login to your Blogger DashBoard by Using Your Google Username And Password from Here.

    Then follow these steps:

    1. On Blogger Dashboard Click Template.

    2. Click Backup/Restore button (Top Right).

    3. Click Choose ( Browse..) File button. Find where the “Mimes-blog-Blogger-Template.xml” file location.

    4. Then Click Upload.

    Note: Before Uploading This Template Mobile Blogger Template Must Enable to make Blogger Customize Work



  3. Setting timestamp - top

  4. It's Mandatory to set the timestamp as shown below otherwise template will not work perfectly




    Access your blog Layout > click Edit link on Header widget

    In Configure Header window, input you Blog Title and Blog Description. If you want to upload your image logo, make sure checked Instead of title and description, then click Choose File and locate your logo file. And click Save button to finish.


  5. Enable Mobile Template - top
  6. After you apply mobile version for this template, Advance Editor will be disabled. This is official bug of Blogger. So, please make sure, you used Advance Editor to change all settings you want before do this step.

    As default, Blogger will use its own template for you blog on mobile. So if you want to use Persona template on mobile devices, please enable it first.

    Access your Template menu and click on Gear button of Mobile template.
    In Choose mobile template window, check "No. Show desktop template on mobile devices." option, then click Save button.

  7. Enable Full Feed - top
  8. Access Settings menu and choose Other settings. Click drop-down list at Allow Blog Feed option, then choose Full. After that, click Save settings button at the top right corner.


    To improve your blog SEO, please enable Blogger Search Preferences. Access your Settings menu, choose Search preferences tab and click Edit link on Meta tags section


    Next, check Yes option, then type your Blog Description into the text field and click Save changes.


  9. Change the link or # inside href with yours URL link



  10. To Edit Main Menu in this theme you can follow this step:

    1. Open Blogger Dashbord & Click on Layout
    2. Now open Navigation section by clicking on edit
    3. After clicking on edit a new popup window will open where you can customize the navigation menu.


    4. Change the link or # inside href with yours URL link




  11. editing Author Profile - top
  12. Open Html Editor and press Ctrl+F then type blog_post_author_profile and press enter you will see the code like below


    <div class='authorboxwrap'>
    <div class='authorboxfull'>
    <div class='avatar-container'>
    <a href=''>
    <img class='author_avatar img-circle' expr:alt='data:post.author' expr:src='data:post.authorPhoto.Url' height='96' width='96'/>
    </a>
    </div>
    <div class='author_description_container'>
    <h4><a href='#' rel='author'><data:post.author/></a></h4>
    <p>
    <data:post.authorAboutMe/>       
    </p>
    <div class='authorsocial'>
    <a class='img-circle' href='http://facebook.com/username' target='_blank'><i class='fa fa-facebook'/></a>
    <a class='' href='http://twitter.com/username' target='_blank'><i class='fa fa-twitter'/></a>
    <a class='' href='http://dribbble.com/username' target='_blank'><i class='fa fa-dribbble'/></a>
    <a class='' href='http://instagram.com/username' target='_blank'><i class='fa fa-instagram'/></a>
    <div class='clr'/>
    </div>
    </div>
    </div>
    </div>
    

    1. After finding and making neccesary change sto this code.
    2. Open Layout and follow the steps as shown in image below ↓


    1. Replace the author description with proper description about you.

    2. Replace the username with your social_media username






    1. Open Blogger Dashboard > HTML Editor and press Ctrl+F and type 1800_social-media

    2. After that you will find the piece of code like below

    <ul class='header-social'>
            
          <li><a href='http://facebook.com'><i class='fa fa-facebook'/></a></li>
                    
          <li><a href='http://twitter.com'><i class='fa fa-twitter'/></a></li>
                    
          <li><a href='http://instagram.com'><i class='fa fa-instagram'/></a></li>
                    
          <li><a href='http://pinterest.com'><i class='fa fa-pinterest'/></a></li>
                    
          <li><a href='http://google.com/plus'><i class='fa fa-google-plus'/></a></li>
                    
          <li><a href='http://tumblr.com'><i class='fa fa-tumblr'/></a></li>
            
    </ul>
    

    Replace the highlighted words with you social media username



  13. Customizing Newsletter - top


  14. 1. Open HTml Editor and Press Ctrl+F and type blog_newsletter_widget

    Or

    2. Open Widget Menu and find widget named HTML4 and expand that widget

    3. After that you will find the piece of code like below


    <!-- blog_newsletter_widget -->
    <div id='blog_newsletter'>
    <h5>Subscribe Our Newsletter</h5>
    <p>Enter your email address below to subscribe to our newsletter.</p>
    
    <div class='input-append'>
    <form action='http://feedburner.google.com/fb/a/mailverify' id='subscribe' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=yourid&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
    <input name='uri' type='hidden' value='yourid'/>
    <input name='loc' type='hidden' value='en_US'/>
    <input id='subbox' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Email address&quot;;}' onfocus='if (this.value == &quot;Email address&quot;) {this.value = &quot;&quot;}' type='text' value='Email address'/>
    <input id='subbutton' title='' type='submit' value='Subscribe'/>
    </form>
    </div>
    </div>
    

    Replace the highlighted word with your feedburner username id



  15. Customizing Featured Slider - top
  16. Add "featured" labels to your posts which you want to be displayed as featured-posts and open the blog.




  17. Customizing Template Only For Premium Version- top
  18. We have added shortcodes to the Premium Version of this template which makes editing and customizing of the template very easy.



 

Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist.

Go To Table of Contents